DetachPopupEditor Method (BaseAdvancedEditor<P,E>)
In This Topic
Detaches the events from the editor.
Syntax
'Declaration
Public Overridable Sub DetachPopupEditor( _
ByVal As _
)
public virtual void DetachPopupEditor(
)
Parameters
- editor
- The window editor to be detached.
See Also